Vcenter NamespaceManagement Networks Services

Vcenter NamespaceManagement Networks Services
Vcenter NamespaceManagement Networks Services

Vcenter NamespaceManagement Networks Services schema describes services that assists applications in communicating on a network.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "dns": {
        "servers": [
            "string"
        ],
        "search_domains": [
            "string"
        ]
    },
    "ntp": {
        "servers": [
            "string"
        ]
    }
}
dns
Optional

Vcenter NamespaceManagement Networks Services.dns describes DNS servers and search domains for a given network.

This property was added in vSphere API 8.0.0.1.

If unset, no DNS settings will be configured.

ntp
Optional

Vcenter NamespaceManagement Networks Services.ntp describes NTP servers running on this network that networked applications can use for synchronizing time.

This property was added in vSphere API 8.0.0.1.

If unset, no NTP settings will be configured.